-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
fix: fasthttp #25906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
fix: fasthttp #25906
Conversation
|
@spytheman sorry. Can you help me solve this CI error? It's compiling files one by one instead of the whole folder |
|
In the next PR I'll make the |
Edit the start of |
|
I give up reviewing this - it is too big, and also breaking an existing API :-| . @medvednikov merge this if you want, but imho it may be a good idea to reduce the amount of fine http server implementations and web frameworks in vlib, to something manageable and maintainable, instead of having several, following different styles, made by different people, and at different levels of completion. |
|
I didn't consider the changes in |
|
I'm going to turn this into a draft now with the intention of getting new_veb working and creating tests to prevent rollbacks in this case. I will do it super fast |
New Veb./v -d new_veb -prod crun examples/veb/veb_example.v wrk -t16 -c512 -d30s http://127.0.0.1:8082/show_textRunning 30s test @ http://127.0.0.1:8082/show_text
16 threads and 512 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 20.17ms 34.45ms 280.10ms 83.45%
Req/Sec 5.38k 2.13k 36.55k 69.51%
2568889 requests in 30.09s, 240.09MB read
Requests/sec: 85368.38
Transfer/sec: 7.98MB |
Uh oh!
There was an error while loading. Please reload this page.